- /* sdcnexp1.cpp by K.Tsuru */
- // function ID 3501 DRADIX, constant
- /**************************************************
- base of natural logarithm
- June 6, 2001
- It uses Xavier Gourdon's binary splitting algorithm.
- ***************************************************/
- #ifndef SN_H
- #include "sn.h"
- #endif
- SDouble SNE(){
- SDouble e;
- e = BSE(); // ver. 2.17
- return e;
- }
sdcnexp1.cpp : last modifiled at 2016/09/04 14:21:39(385 bytes)
created at 2017/10/07 10:21:15
The creation time of this html file is 2017/10/07 10:30:03 (Sat Oct 07 10:30:03 2017).